home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / 4nt10d.zip / PAT10D.DOC < prev    next >
Text File  |  1993-06-01  |  4KB  |  105 lines

  1.  
  2.                                 JP Software
  3.  
  4.           4DOS/NT 1.0 rev A / B / C ==> rev D Patch Documentation
  5.  
  6.                                 June 1, 1993
  7.  
  8.  
  9. [Copyright 1993, JP Software Inc., All Rights Reserved.  Published by JP
  10. Software Inc., P.O. Box 1470, E. Arlington, MA 02174 USA, (617) 646-3975.
  11. 4DOS is a registered trademark of JP Software Inc.  Windows NT is a
  12. trademark of Microsoft Corporation.  Other product and company names are
  13. trademarks of their respective owners.]
  14.  
  15. [PLEASE NOTE:  This product is named "4DOS", and this version is more fully
  16. described as "4DOS for the Windows NT Operating System".  For brevity, in
  17. this file and throughout our documentation we refer to "4DOS for Windows
  18. NT", to "4DOS/NT", or to the program file name, 4NT.EXE or 4NT.  When "4DOS"
  19. is used by itself the reference is to our DOS product.]
  20.  
  21.  
  22. This file explains how to install the 4DOS/NT 1.0 rev D patches for 4NT.EXE.
  23.  
  24. To use these patches, you must have the PATCH.EXE program uploaded by JP
  25. Software.  This program is in a separate file, PATCH.ZIP or PATCH4D.ZIP
  26. (depending on your download source).  Instructions for running the PATCH
  27. program are in the file PATCH.DOC which is distributed with PATCH.EXE. 
  28. PATCH.EXE should be in the same directory as the files to be patched, or in
  29. a directory on your PATH.
  30.  
  31. Before using these patches, you must determine the revision level of your
  32. copy of 4DOS/NT.  To do so, use the command:
  33.  
  34.       VER /R
  35.    
  36. and find the "4DOS/NT revision level" in the output.  If you have a
  37. downloaded copy of 4DOS/NT you probably have revision B; if you have a copy
  38. supplied on diskette you probably have revision C.
  39.  
  40. There are three patch files:
  41.  
  42.       PAT10B.RTP     Updates 4DOS/NT 1.0 to revision level B from level A
  43.       PAT10C.RTP     Updates 4DOS/NT 1.0 to revision level C from level B
  44.       PAT10D.RTP     Updates 4DOS/NT 1.0 to revision level D from level C
  45.  
  46. You should apply the appropriate patch files, in sequence, for the revision
  47. of 4DOS/NT you are currently running:
  48.  
  49.       If you are running      Then apply patch files in this order
  50.       ------------------      ------------------------------------
  51.       revision A              PAT10B then PAT10C then PAT10D
  52.       revision B              PAT10C then PAT10D
  53.       revision C              PAT10D only
  54.       
  55. These patch files modify 4NT.EXE only.  All other files are unchanged.
  56. Branding (name and serial number) information in your original 4NT.EXE file
  57. will be preserved in the modified file.
  58.  
  59. To apply a patch, copy the corresponding .RTP file to the directory where
  60. 4NT.EXE is stored.  Then exit from all sessions running 4DOS/NT, start a
  61. CMD.EXE session, change to the 4NT.EXE directory, and enter the command:
  62.  
  63.       patch <patch file name>
  64.  
  65. where <patch file name> is PAT10B or PAT10C or PAT10D.  
  66.  
  67. [Some of our documentation for PATCH.EXE shows a period between the program
  68. name (PATCH) and the patch file name, for example:
  69.  
  70.       patch . pat10d
  71.       
  72. This period may be used but is not required.]
  73.  
  74. The revision D patches fix the minor bugs and anomalies in 4DOS/NT 1.0 which
  75. are listed below.  These problems are small and have not affected most
  76. users.
  77.  
  78.  
  79.   Revision B:
  80.  
  81.      * Input redirection was opening the input file in read-write mode;
  82.      change it to open in read-only mode.
  83.  
  84.  
  85.   Revision C:
  86.  
  87.      * The FOR command was not working properly.
  88.  
  89.      * RENAME would fail in some circumstances.
  90.  
  91.  
  92.   Revision D:
  93.  
  94.      * IF NOT EXIST did not work properly when a subdirectory was the
  95.      argument.
  96.  
  97.      * Non-US keyboards did not work properly.
  98.  
  99.      * DESCRIBE did not work properly, and descriptions were not correctly
  100.      copied, deleted, etc.
  101.  
  102.      * The internal version number returned by %_4VER was 0.9 when it should
  103.      have been 1.0.
  104.  
  105.